ConfigStaticCode

Configuration options only relevant for static code checkers.

Members

Variables

analyzers
string[] analyzers;

Analyzers to use.

fileExcludeFilter
string[] fileExcludeFilter;

Files matching this pattern should not be analyzed.

severity
Severity severity;

Filter results from analyzers on this severity.

Meta